From 0af16a77fc79cf01818cedaa427432987c052983 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 21 Apr 2020 14:49:13 +0300 Subject: [PATCH] docs: fix typo --- docs/reference/gtk/migrating-3to4.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index f1f8455b19..67290812e1 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -399,7 +399,7 @@ Any APIs that deal with global (or root) coordinates have been removed in GTK4, since not all backends support them. You should replace your use of such APIs with surface-relative equivalents. - Examples of this are gdk_surfae_get_origin(), gdk_surface_move() + Examples of this are gdk_surface_get_origin(), gdk_surface_move() or gdk_event_get_root_coords(). -- 2.30.2